Custom Script Parameters
System administrators can now enable expanded self-managed configuration for SIP connections. By configuring the relevant scripts, you can allow partners to manually modify routing and connection parameters at the SIP connection level. For example, provides flexibility to switch between UC and CC platforms or apply other routing changes dynamically.
This functionality is performed by adding the section "CustomParameters" in the script Default values. For example, configuring the SIP Group name. The extract below shows the "CustomParameters' section of the script."
Copy
],
"CustomParameters": [
{
"Label": "SIP Group Name",
"PlaceholderName": "SIPGroupName",
"ShowInUpdate": true
}